home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Dumb Question? about ptr
- Date: 12 Jan 1996 06:57:18 GMT
- Organization: self-employed
- Message-ID: <4d50oe$9oh@news.bridge.net>
- References: <00001a81+00008b8f@msn.com>
- NNTP-Posting-Host: ppp-mia1-48.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- foo = &MyStruct; is a line of executable code. It must
- go within a function, not floating about the space outside
- of functions.
-
-
-
-